home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _spconv / !Spconv / Makefile < prev    next >
Makefile  |  1994-09-22  |  2KB  |  85 lines

  1. # Project:   Spconv
  2.  
  3.  
  4. # Toolflags:
  5. Drlinkflags = -aif -nounused -debimage -o $@ 
  6. ASflags = -throwback
  7. CCflags = -c -depend !Depend -IC: -throwback 
  8. Linkflags = -o $@
  9. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  10. CMHGflags = 
  11. LibFileflags = -c -o $@
  12. Squeezeflags = -o $@
  13. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  14.  
  15.  
  16. # Final targets:
  17. @.!RunImage:   C:o.Stubs C:o.RISC_OSLib o.ROS-Spconv o.Spconv-FE o.wimputils \
  18.         o.genutils 
  19.         link $(linkflags) C:o.Stubs C:o.RISC_OSLib o.ROS-Spconv o.Spconv-FE \
  20.         o.wimputils o.genutils 
  21. @.o.genutils:   c.genutils 
  22.         cc $(ccflags) c.genutils 
  23. @.o.wimputils:   c.wimputils 
  24.         cc $(ccflags) c.wimputils 
  25. @.o.Spconv-FE:   c.Spconv-Fe 
  26.         cc $(ccflags) c.Spconv-Fe 
  27. @.Tspconv:   C:o.stubs C:o.RISC_OSLib o.Tspconv o.ROS-Spconv 
  28.         link $(linkflags) C:o.stubs C:o.RISC_OSLib o.Tspconv o.ROS-Spconv 
  29. @.o.Tspconv:   c.Tspconv 
  30.         cc $(ccflags) c.Tspconv 
  31. @.o.ROS-Spconv:   c.ROS-Spconv 
  32.         cc $(ccflags) c.ROS-Spconv 
  33.  
  34.  
  35. # User-editable dependencies:
  36.  
  37. # Static dependencies:
  38.  
  39.  
  40. # Dynamic dependencies:
  41. o.Tspconv:    c.Tspconv
  42. o.Tspconv:    h.ROS-Spconv
  43. o.ROS-Spconv:    c.ROS-Spconv
  44. o.ROS-Spconv:    C:h.os
  45. o.ROS-Spconv:    C:h.werr
  46. o.ROS-Spconv:    h.ROS-Spconv
  47. o.wimputils:    c.wimputils
  48. o.wimputils:    C:h.wimp
  49. o.wimputils:    C:h.os
  50. o.wimputils:    C:h.sprite
  51. o.wimputils:    C:h.wimpt
  52. o.wimputils:    C:h.win
  53. o.wimputils:    C:h.werr
  54. o.wimputils:    C:h.dbox
  55. o.wimputils:    C:h.template
  56. o.wimputils:    h.wimputils
  57. o.Spconv-Fe:    c.Spconv-Fe
  58. o.Spconv-Fe:    C:h.wimp
  59. o.Spconv-Fe:    C:h.os
  60. o.Spconv-Fe:    C:h.sprite
  61. o.Spconv-Fe:    C:h.wimpt
  62. o.Spconv-Fe:    C:h.win
  63. o.Spconv-Fe:    C:h.werr
  64. o.Spconv-Fe:    C:h.dbox
  65. o.Spconv-Fe:    C:h.template
  66. o.Spconv-Fe:    C:h.event
  67. o.Spconv-Fe:    C:h.menu
  68. o.Spconv-Fe:    C:h.baricon
  69. o.Spconv-Fe:    C:h.res
  70. o.Spconv-Fe:    C:h.resspr
  71. o.Spconv-Fe:    C:h.menu
  72. o.Spconv-Fe:    C:h.msgs
  73. o.Spconv-Fe:    C:h.xferrecv
  74. o.Spconv-Fe:    C:h.saveas
  75. o.Spconv-Fe:    C:h.xfersend
  76. o.Spconv-Fe:    C:h.os
  77. o.Spconv-Fe:    C:h.swis
  78. o.Spconv-Fe:    h.wimputils
  79. o.Spconv-Fe:    h.genutils
  80. o.Spconv-Fe:    h.ROS-Spconv
  81. o.Spconv-Fe:    h.Spconv-FE
  82. o.genutils:    c.genutils
  83. o.genutils:    C:h.os
  84. o.genutils:    C:h.swis
  85.